Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get.ps1: Update method to get temp path to avoid failure in 8.3 path #5255 #5256

Merged
merged 1 commit into from
Jun 25, 2024
Merged

get.ps1: Update method to get temp path to avoid failure in 8.3 path #5255 #5256

merged 1 commit into from
Jun 25, 2024

Conversation

Patrick-Ze
Copy link
Contributor

@Patrick-Ze Patrick-Ze commented Jun 25, 2024

This PR addresses the issue of the installation script failing when the TMP/TEMP path contains 8.3 format by using the built-in PowerShell function [System.IO.Path]::GetTempPath() to retrieve the temp path.

#5255

@Patrick-Ze Patrick-Ze marked this pull request as ready for review June 25, 2024 03:00
@waruqi waruqi added this to the v2.9.4 milestone Jun 25, 2024
@waruqi waruqi merged commit 9c8a092 into xmake-io:dev Jun 25, 2024
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants